home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / gcc / gcc270_src.lha / gcc-2.7.0-amiga / config / m68k / x-apollo68 < prev    next >
Text File  |  1995-05-16  |  722b  |  16 lines

  1. # x-apollo68 -- 680x0 based Apollos as host system
  2.  
  3. # vasta@apollo.com says this is how to compile on an Apollo (SR10.x).
  4. # Use a Berkeley environment.
  5. CC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG
  6. OLDCC=cc -g -A nansi -A cpu,3000 -A runtype,bsd4.3 -A systype,any -DSHORT_ENUM_BUG
  7.  
  8. # This used to redefine CFLAGS and LIBGCC2_CFLAGS to eliminate the unsupported
  9. # -g flag from both macros.  This gives an undebuggable stage1 compiler which
  10. # is bad, and it also does the wrong thing if we are cross compiling to a
  11. # target which does support debugging.  There is currently no way to avoid
  12. # the -g option that doesn't break something else.
  13.  
  14. # Apollo does not have B option.
  15. TAROUTOPTS=xpf
  16.